home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Productivity / Yojimbo 1.1 (trial).dmg / Yojimbo.app / Contents / Resources / English.lproj / OGFindPanel.nib / classes.nib next >
Text File  |  2006-02-28  |  1KB  |  29 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {CLASS = NSObject; LANGUAGE = ObjC; }, 
  5.         {
  6.             ACTIONS = {
  7.                 findNextAndOrderFindPanelOut = id; 
  8.                 orderFrontFindPanel = id; 
  9.                 performFindPanelAction = id; 
  10.             }; 
  11.             CLASS = OGTextFinder; 
  12.             LANGUAGE = ObjC; 
  13.             OUTLETS = {
  14.                 "_findNextButton" = NSButton; 
  15.                 "_findPanel" = NSPanel; 
  16.                 "_findPreviousButton" = NSButton; 
  17.                 "_findStringField" = NSTextField; 
  18.                 "_matchModePopUp" = NSPopUpButton; 
  19.                 "_replaceAllButton" = NSButton; 
  20.                 "_replaceAndFindButton" = NSButton; 
  21.                 "_replaceButton" = NSButton; 
  22.                 "_replaceStringField" = NSTextField; 
  23.                 "_textFinderController" = NSObjectController; 
  24.             }; 
  25.             SUPERCLASS = NSObject; 
  26.         }
  27.     ); 
  28.     IBVersion = 1; 
  29. }